简体   繁体   English

将具有unicode描述的csv导入应用内商品到Google Play

[英]import in-app products to google play by csv with unicode descriptions

I've been trying to import my in-app products into google play using the csv import feature. 我一直在尝试使用csv导入功能将我的应用内商品导入Google Play。

http://developer.android.com/guide/google/play/billing/billing_admin.html#billing-bulk-add http://developer.android.com/guide/google/play/billing/billing_admin.html#billing-bulk-add

This all works well when the file contains standard ascii characters. 当文件包含标准ascii字符时,这一切都很好。 It falls over when the file contains unicode characters. 当文件包含unicode字符时,它将崩溃。 Has anyone managed to successfully import unicode characters via csv? 有没有人设法通过csv成功导入unicode字符? I have forty products in thirteen languages, I'd rather not update the unicode titles and descriptions by hand. 我有三十四种语言的四十种产品,我不想手工更新unicode的标题和描述。

Thanks. 谢谢。

Andy 安迪

Make sure your csv file is saved with UTF-8 encoding. 确保您的csv文件使用UTF-8编码保存。 Note that some brain-damaged text editors (like Notepad on some versions of Windows) insist on adding a byte order mark. 请注意,某些大脑损坏的文本编辑器(例如某些版本的Windows上的记事本)坚持添加字节顺序标记。 Don't use one of those editors; 不要使用这些编辑器之一; byte order marks don't belong in a UTF-8 stream. 字节顺序标记不属于UTF-8流。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 创建Google Play和应用内结算产品 - Create products Google play and in-app billing 在 Google Play 商店中自动插入应用内商品 - Auto insert In-app Products on Google Play store 有没有办法从后端服务器使用 google play 应用内产品? - Is there a way to consume google play in-app products from backend server? 无法在 Google Play 管理中心添加应用内商品 - Can't Able to Add In-App Products at Google Play Console “销售应用内产品”还是“Play Billing Library”? - “Selling In-App products” or “Play Billing Library”? 使用谷歌播放服务器上的Android应用程序进行应用程序内购买(测试产品)时出错 - Error during In-app Purchase(Test Products) with my Android app from google play server Google Play控制台:您的应用尚没有任何应用内商品 - Google Play Console: Your app doesn't have any in-app products yet 谷歌游戏控制台。 您的应用还没有任何应用内商品 - Google Play Console. Your app doesn't have any in-app products yet 对于非托管的Google Play应用内产品,服务器端验证的正确python方法是什么? - What is the proper python method of server-side verification for non-managed Google Play In-App products? Google Play帐单资料库-应用内商品,可以使用真钱或虚拟硬币购买 - Google Play Billing Library - in-app products that can be bought using either real money or virtual coins
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM