开发者

how to get ansi character value form database where select char

开发者 https://www.devze.com 2022-12-28 09:41 出处:网络
Wher开发者_开发百科e I need to select char(253) and get ANSI character in Arabic collation doesn\'t work.Are you using the correct code page? ANSI is an extension of ASCII which contains characters fr

Wher开发者_开发百科e I need to select char(253) and get ANSI character in Arabic collation doesn't work.


Are you using the correct code page? ANSI is an extension of ASCII which contains characters from 0 - 127. ANSI codepages specify a range from 128-255 (top bitset characters) which can vary depending on the ANSI code page.

If you can - use UTF-8 - it'll make it easier for you in the long run.

Further reading on wikipedia.

0

精彩评论

暂无评论...
验证码 换一张
取 消