English 中文(简体)
MB MB OS
原标题:Risks of running on single byte character app on a MBCS OS

在《特征集》为“Not Set”的情况下,我有中西太平洋渔业委员会的申请。 在一个具有多因特特征的《一套规则》网页的非洲顾问办这一申请会有什么风险?

最佳回答

The "Character Set: Not Set" option defines neither _MBCS nor _UNICODE. That means that you re using the *A series of functions. Those will return MBCS strings, even when _MBCS is not defined.

如果_MBCS,n t对从*A功能返回的舱位产生影响,那么它会做些什么? 它绘制了一些<代码><tchar.h>功能的<代码>mbs*版本,而不是str*wcs*备选案文。 E.g. Without _MBCS , _tcsrev/code>map to strrev, not _mbsrev

因此,你可能无法扭转从本组织那里得到的多面扼杀,或者以其他方式ed。

问题回答

风险是:

(1) 如果你使用非英语文本,用户进入俄罗斯,那么一些俄罗斯特征不会被绘制到中转,或者需要一个沙集层?

2) 您需要告知客户,申请人只接受英语,而且不会保证申请人在进入非英语特征时将正确接受或检索非英语文本。

3) 具有外语性质的任何文本都可能导致不想要或无意将牙齿和异构体转化为其他东西。





相关问题
How does gettext handle dynamic content?

In php (or maybe gettext in general), what does gettext do when it sees a variable to dynamic content? I have 2 cases in mind. 1) Let s say I have <?=$user1?> poked John <?=$user2?>. ...

Explain the Need for Mutexes in Locales, Please

Reading the question Why doesn’t C++ STL support atoi(const string& ) like functions?, I encountered a comment which warned that GCC (at least) has a bug that can slow down multi-threaded ...

How does Vistalizer work

How does Vistalizer manage to override the language limit in Windows Vista Home edition. Which api s does it use to allow installation of Multiple language packages.

Localized exceptions (within a Struts2 app)

I am developing a Struts 2 application with support for multiple languages. If one of the domain objects needs to throw an exception, how can it do so in such a way that the error message is no ...

Rails Globalize plugin help

Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?