Tagged Questions

1
vote
1answer
32 views

Chinese character in Url problem with Java

I cut and pasted the following line in to my Firefox url field : http://www.baidu.com/s?wd=你 This line was generated by my Java program. The last Chinese char in the Firefox field sometimes became …
0
votes
6answers
45 views

Inserting Chinese Meta Tags

Hi, I have a multilingual site and I am having a problem inserting Chinese meta tags. These are transformed into question marks. Is there a way how I can achieve this? Many thanks --EDIT-- The …
0
votes
2answers
39 views

MySQL: SELECT statement with Chinese and Japanese characters (empty result?)

I'm trying to query my database to get some results in Chinese and Japanese languages as follows: $str = '日本'; $get_character = mysql_fetch_array (mysql_query("SELECT id FROM `mytable` WHERE ch = …
0
votes
1answer
22 views

Detect chinese (multibyte) character in a string in a column in oracle database

how can i detect that a column in oracle database has chinese (multibyte) characters in it.
0
votes
1answer
17 views

iPhone - Chinese and Japanese in UITextField

I wanna make sure some code I've written works good with Chinese and Japanese characters. I tried changing the iPhone Simulator language to Chinese and Japanese, but it doesn't look like the character …
1
vote
1answer
37 views

Oracle SQL load table columns having special characters

I am loading / inserting data into oracle table , in case of special characters like chinese language characters, i am getting an error like row rejected because maximum size of column was exceeded, i …
0
votes
1answer
18 views

chinese search form in flash

hey!! i'm working on a menu with a search field, all this menu is done in flash, on the english side works perfect, you write "dah" and it searches for "dah" but on chinese, you write "餅" it posts …
1
vote
3answers
52 views

Displaying Chinese text in an Applet

We have an Applet that can possibly display Chinese text. We are specifying a font for it (Arial), it works fine under both Windows and Mac OSX. But in Firefox on Linux the Chinese characters are …
1
vote
3answers
88 views

php, search in chinese and russian

Eventually, I'm creating a website on three languages: english, russian and chinese. I hope that if I use UTF-8 in application and database, there won't be any problems with input-output (will there?) …
1
vote
1answer
26 views

How to retrieve keystroke/character mapping table from Microsoft IME program?

Hi, I want to know how to retrieve the character mapping table from ms IME? When the user key in "gao xing", ms IME will display 高兴 in Chinese. What I want to achieve is the other way round; when …
3
votes
1answer
40 views

Convert numbered to accentuated Pinyin?

Given a source text like nin2 hao3 ma (which is a typical way to write ASCII Pinyin, without proper accentuated characters) and given a (UTF8) conversion table like a1;ā e1;ē i1;ī o1;ō u1;ū ü1;ǖ …
0
votes
1answer
92 views

C# - Automatically switch between two different IME in the same keyboard layout

I did an application to enter chinese pinyin and hanzi in a database. That means that the operator have to switch constantly between "Pinyinput" and "sogou input" with ctrl+shift There is a way to …
2
votes
2answers
346 views

display chinese character in eclipse console output

Hi, I am trying to display some Chinese characters in the GB2312 encoding in the eclipse console. I realize that in Run Dialog -> Common tab -> Console Encoding, I can choose additional encodings …
0
votes
1answer
32 views

Problem with DBCC CHECKIDENT with Chinese characters in table name

I'm maintaining an application that uses SQL Server Express 2005 as the back end. The application allows users to create new databases and provide the name for the new database. When the app is …
0
votes
3answers
143 views

How to correctly parse a mixed latin/ideographic full text query with regex?

I'm trying to sanitize/format some input using regex for a mixed latin/ideographic(chinese/japanse/korean) full text search. I found an old example of someone's attempt at sanitizing a latin/asian …

1 2 3 next
15 30 50 per page