Tagged Questions

1
vote
0answers
10 views

MS Access database shows ??? when I enter Cyrillic characters

Hi everyone, I have an Access database, and when I write Cyrillic characters in any table, the characters are saved like ??? symbols. How is this possible? This occurs if I have …
0
votes
1answer
13 views

IronPython 2.6 RC2: Cyrillic character and -X:TabCompletion switch

Cyrillic characters are displayed incorrect while entering in interactive mode if interpreter was started with -X:TabCompletion switch. It looks like that: s="????" …
0
votes
3answers
1k views

Cyrillic characters in PHP’s json_encode

I'm trying to encode Cyrillic UTF-8 array to JSON string using php's function json_encode. The sample code looks like this: <?php $arr = array( 'едно' => ' …
2
votes
2answers
183 views

I18n and Passwords that aren’t US-ASCII, Latin1, or Win1252

How do you handle passwords for services when the user enters something that is best represented in Unicode or some other non-Latin character encoding? Specifically, can you use a …