| Thread | Last Post | Replies |
|
| Individual Form .resx VS. .resx in Properties Folder | 29 Jul 2006 02:05 GMT | 1 |
When creating Windows application, there are several way to use resource files. Now, I'm very confuse about .resx file in each form and .resx file in Properties folder in the project. If I have a message text, where is the best place I put my message text? Do anyone know exactly ...
|
| Need a list of Japanese characters with encoding | 25 Jul 2006 20:26 GMT | 27 |
I need to find an HTML page, which would list all Japanese characters with glyphs, their official names and various encodings, such as Unicode, UTF-8, JIS, Shift-JIS. I found many sites, which list some of this information
|
| Strong Named Satellite Assemblies will not load | 20 Jul 2006 11:46 GMT | 4 |
I created a simple test application to try to learn various resource deployment options. I have so far been successful using satellite assemblies only when they are not strongly named. Ultimately I would like to see them work in the GAC but for now I'm just trying to load them ...
|
| ISO 3166 numeric code | 19 Jul 2006 22:31 GMT | 1 |
Using RegionInfo its possible to get the 3 letter ISO currency code, however I cannot find any method to obtain the 3 digit ISO currency code. For example: GBP (3 letter ISO currency code) = 826 (3 digit ISO currency code)
|
| word breaking for cjk languages | 12 Jul 2006 07:40 GMT | 6 |
I have a .Net 1.1 application which processes text in unicode and needs to split it up into "words". currently I use a very simple algorithm of just splitting on whitespace which works for western languages but fails completely for CJKV (specifically I am interested in japanese).
|