On 1/14/2015 1:47 AM, FrankLike wrote:
The ANSI character set is very important for operating MSSQL, if no
conversion, will expand the scope of D users, that can attract more C#
users.

Not likely.


Now, the data comming from MsSql must convert by 'fromMBS' or
'toMBSz',it's  not convenient to operate DataBase.

Do you think a string that named 'Astring' which means 'ANSI' string is
good for D?

This has nothing to do with ANSI, and everything to do with multibyte character sets. Besides which, there always must be a to/from something when converting between D strings and C strings, no matter what format the C string is in.

Reply via email to