Questions tagged [chinese-locale]

Questions related to specific aspects of machine-processing Chinese language, or to code that is executed under Chinese localization settings.

369 questions
0
votes
1 answer

Display Chinese in VC++ 6

Possible Duplicate: Display both of Korean and Chinese language in C++ I have the source code for a game that has been built in VC++ 6. The problem is that when I try to display a Chinese message in a message box (a customized message box to…
Bruce Vo
  • 45
  • 1
  • 8
-1
votes
1 answer

Japanese and Chinese first/last name detector

Given two Unicode strings encoding a first and last name (in Japanese or Chinese), what would be the best approach to tell if the first/last name belongs is Chinese or Japanese? For example, is it possible to tell if the following are Chinese or…
Frank
  • 4,055
  • 7
  • 37
  • 54
-1
votes
1 answer

Datatype conversion for Chinese unicode gives output as 63 (a question mark) in VB6

I am new to VB6 and I would like to convert a parameter from Double to Hex for Chinese Unicode values. The issue here is for input values of range 1-127, the output is the same. For values beyond 127, the output is 63 (seen as a ?). The parameter is…
Arjun
  • 9
  • 7
-1
votes
1 answer

Single byte, Double byte, triple byte characters how to find which one is entered by user

I was struggling on this whenever I had to work on multilingual site (esp. Japanese and Chinese) and users are allowed to enter characters in regional language.
paraS elixiR
  • 671
  • 1
  • 7
  • 17
-1
votes
1 answer

Handling the output which contains chinese characters

I am using a command(powershell qwinsta) on windows os which returns active sessions. The output contains chinese characters(for username). I have to verify that chinese username. But how can I handle that chinese username? If I write the output to…
user1423015
  • 413
  • 1
  • 3
  • 9
-1
votes
1 answer

Microsoft OcrEngine: Exception in recognizing image which contains Chinese text contents

I'm developing an windows phone 8.1 app(not silverlight) about OCR with using [WindowsPreview.Media.Ocr]. I replaced the default OCR resouce file with chinese ocr resouce file. Here's my code,in Constructor: ocrEngine = new…
Raymond Zuo
  • 163
  • 8
-1
votes
1 answer

How to output Chinese to a table in HTML using JavaScript in another file

I have a web page, and that web page has a JavaScript saved in another file, that is loaded into the web page. When webpage is loaded, JavaScript will create a table, and then it will output something into the cells of the table. However, when I…
8749236
  • 336
  • 5
  • 10
-1
votes
1 answer

C# chinese Encoding/Network

I have a Client/Server architecture where messages in text-format are exchanged. For example: 12 2013/11/11 abcd 5 ^ ^ ^ ^ int date text int Everything works fine with "normal" text. Now this is a chinese project, so they…
HectorLector
  • 1,646
  • 21
  • 31
-2
votes
1 answer

Tarfile produce garbled file name in the .tar.gz archivement

On windows, when there are chinese characters in file path, the chinese characters will be garbled in tar.gz and after decompression, they are still garbled.
Timothy Kwok
  • 191
  • 1
  • 9
1 2 3
24
25