MS-ASCII
Tue, 4 Dec 2007 18:02:43 +0900
Though I can't quite figure out how to do what this page recommends:
"Creating a Database with a Neutral Code Page"
http://msdn2.microsoft.com/en-us/library/aa368057.aspx
I do appreciate that the author of that page understands ASCII.
Now, would it be possible for the author of the above page to teach the
au ...
|
Re: disable the ARP cache table
Sat, 01 Dec 2007 05:54:31 -0800
name:kumar
email add:123kumar@google.com
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Pashto(Afghanistan) under XP
Sun, 25 Nov 2007 13:24:27 +0100
Hi,
I have installed the "Update for Windows XP Service Pack 2 (897338)" which
adds, among others, Pashto(Afghanistan) to the system.
I have noticed two odd effects in the CultureInfo object for Pashto.
(1)
The CultureInfo object has the property IsNeutralCulture=False, but the
Parent property return I ...
|
Using Japanese Office 2007 Personal on English Windows Version
Wed, 21 Nov 2007 13:10:00 -0800
I am running Windows XP SP2 - the English version. Is it possible to install
and use the Japanese version of Office 2007 (Personal edition). I have
already an English version of Office XP running with IME to type/write Kanji,
hiragana and katakana.
I would like to make use of the speech features - which are o ...
|
D20N?
Tue, 13 Nov 2007 17:51:23 +0900
What do you call it when your version of Visual Studio promises not to
support its own language, promises not to support most other countries'
languages, and promises only 7-bit clean ASCII? Although such an
environment is very useful when coding device drivers and maybe some other
specialized projects, I have ...
|
disable the ARP cache table
Sun, 28 Oct 2007 07:16:01 -0700
how to disable the ARP cache table in windows xp sp2 and vista ? ...
|
loading satellite assembly depending on culture
Tue, 23 Oct 2007 00:16:40 -0700
Hi all,
I want to load satellite assembly depending on cluture set. I created
one satellite assembly using al.exe and then in folder say 'de' i
copied this file.
When i set culture as 'de' and try to load the assembly its not
working.
What i am doing is giving original resource file which is in text
fo ...
|
|
|
ISO datetimes transmitted as strings to localized Sql Server
Thu, 18 Oct 2007 01:36:00 -0700
I have an web app in .net 2.0 that is using datetime and this is displayed
and can be input in the current locale( different from country to country:
Germany = MM.dd.yyyy, US, french or australian).
I need to update sql server datetimes with the correct values.
The Sql Server could be localized in another cou ...
|
judge which kind of charset a character belongs to?
Tue, 16 Oct 2007 19:53:01 -0700
Dear all:
A character or a character string, possibly is simplified
Chinese,traditional Chinese and English,
I want to know how to judge which kind of character collection it belongs to?
Thanks a lot.
...
|
Database localization
Wed, 3 Oct 2007 15:01:36 -0400
I understand how to localize forms when all the strings are in the res file,
but what about when some strings are in a database. For instance, say you
have a datagrid that pulls the column names from a table (like below).
tableGrid
ColumnName varchar
ColumnDisplayText varchar
ColumnFormat varchar
Visible ...
|