如何使用中性代码页创建数据库 [英] how to Creating a Database with a Neutral Code Page

查看:88
本文介绍了如何使用中性代码页创建数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我找不到有关使用中性代码页创建数据库的任何信息. http://msdn.microsoft.com/zh-CN /library/windows/desktop/aa368057(v=vs.85).aspx [

Hi, I cannot find any information about Creating a Database with a Neutral Code Page. http://msdn.microsoft.com/en-us/library/windows/desktop/aa368057(v=vs.85).aspx[^], under this link, I did not see anything about how to create the database stuff. please help.

[Moved from OP''s answer]
Thanks. I know this question is too stupid to you guys, but I do not know. My question is how to author a neutral base database? From vs2008 itself or write code? Sorry.

推荐答案

处理代码页的推荐方法是编写一个中性的基础数据库,该数据库仅包含可以转换为任何代码页的字符.然后可以将数据库设置为本地化的代码页,并可以按照本地化Windows Installer程序包"中的说明添加本地化信息.
要编写一个中立的数据库,请避免不属于ASCII字符集的扩展字符,因此需要特殊的代码页.例如,版权符号©和注册商标符号不是ASCII字符,并且需要特殊的ANSI代码页才能正确显示.而是使用(c)和(r),因为可以将这些字符翻译或转换为英语版本的符号.然后可以通过设置其代码页并通过表编辑或导入文本存档文件来添加本地化信息来本地化该中性数据库.
The recommended approach for handling code pages is to author a neutral base database that only contains characters that can be translated into any code page. The database may then be set to the code page of the localization and the localization information can be added as described in Localizing a Windows Installer Package.
To author a neutral database, avoid extended characters that do not belong to the ASCII character set and therefore require a special code page. For example, the copyright sign, ©, and the registered trademark sign, , are not ASCII characters, and require a special ANSI code page for proper display. Instead use (c) and (r), because these characters can be translated or transformed to the symbols for the English-language version. This neutral database can then be localized by setting its code page and adding localization information by table editing or by importing text archive files.


这篇关于如何使用中性代码页创建数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆