![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a C# application on Windows 2000. When typing in a text box using .... show the characters properly without having to select Reconversion. Select a Japanese font. |
#3
| |||
| |||
|
|
I have a C# application on Windows 2000. When typing in a text box using .... show the characters properly without having to select Reconversion. Select a Japanese font. -- Mihai Nita [Microsoft MVP, Windows - SDK] ------------------------------------------ Replace _year_ with _ to get the real email |
#4
| |||
| |||
|
|
Select a Japanese font where? Does the text box need to be programmed to display a Japanese font ? Or is there a Windows setting that needs to be applied to allow applications to utilize the Japanese font? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
One more thing to check is the font settings. In Windows Forms applications, using the default font 'Microsoft Sans Serif" should map to the correct font for the script you are trying to enter. Changing to another font may cause a problem. Marin Millar |
#7
| |||
| |||
|
|
Yes, displaying empty square is usually caused by incorrect font setting. The underlying charater bytes are still ok, not damaged. Please have try adjusting the font of the textbox. Steven "Marin Millar" <marinm (AT) online (DOT) microsoft.com> wrote in message news:NfAnGK8EFHA.3824 (AT) TK2MSFTNGXA01 (DOT) phx.gbl... One more thing to check is the font settings. In Windows Forms applications, using the default font 'Microsoft Sans Serif" should map to the correct font for the script you are trying to enter. Changing to another font may cause a problem. Marin Millar |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |