473,327 Members | 2,103 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Hebrew convert

Hello,
I am looking for a function which convert hebrew string (windows) to hebrew
string (dos).
That's should pay attantion to commas, numbers, and any other character,
that may have problem when converting hebrew from dos to hebrew.

Thanks :)
Nov 20 '05 #1
3 3651
I think there is already a function for that.
I should be in windows API.
Where can I find help (*.chm or *.hlp file) on windows API's functions ?

Thanks :)

"Eitan" <no************@nospam.com> wrote in message
news:O6**************@tk2msftngp13.phx.gbl...
Hello,
I am looking for a function which convert hebrew string (windows) to hebrew string (dos).
That's should pay attantion to commas, numbers, and any other character,
that may have problem when converting hebrew from dos to hebrew.

Thanks :)

Nov 20 '05 #2
* "Eitan" <no************@nospam.com> scripsit:
I think there is already a function for that.
I should be in windows API.
Where can I find help (*.chm or *.hlp file) on windows API's functions ?


The platform SDK docs can be found here:

<http://msdn.microsoft.com/platformsdk>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
Eitan,
In addition to the Platform SDK itself.

Have you looked at the System.Text.Encoding class? I would expect if you
have code page for the dos Hebrew string and the code page for the windows
Hebrew string you can get the respective Encoding objects with
Encoding.GetEncoding (as it takes a code page parameter). Using the methods
of the Encoding object directly or indirectly with the System.IO namespace
(Text Readers & Writers) you should be able convert from one to the other.

Remember within .NET strings are actually stored as Unicode so you do not
have a windows Hebrew string per se.

The follow site, plus the sites it references offers a plethora of
information on Unicode and character encodings.
http://www.yoda.arachsys.com/csharp/unicode.html

Hope this helps
Jay

"Eitan" <no************@nospam.com> wrote in message
news:O6**************@tk2msftngp13.phx.gbl...
Hello,
I am looking for a function which convert hebrew string (windows) to hebrew string (dos).
That's should pay attantion to commas, numbers, and any other character,
that may have problem when converting hebrew from dos to hebrew.

Thanks :)

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Shmuel | last post by:
How can I output hebrew ? I have tried to make php script to write hebrew, but it can't do it, why? I tried to put put this line in the beginning of the script: <meta http-equiv=Content-Type...
5
by: Mr. x | last post by:
Hello, I am building a web-site. For a reason, I don't know why, if I put my site on my computer - I see hebrew character fine, but when I put my site on hosting company I don't see hebrew...
2
by: Mr. x | last post by:
Hello, I am sending emails with Hebrew contents. When receiving emails - I cannot see the Hebrew characters (it is not outlook express configuration, because when receiving emails from friends -...
7
by: Elie Nacache | last post by:
Hi all, I develop an application (JAVA/JSP) on RedHat PostgreSQL 7.4.3 with PostgreSQL 7.4.2 JDBC3 with SSL (build 213). This application needs to serve pages in LATIN1 and Hebrew. For that I...
0
by: Sim Zacks | last post by:
I read the recent posts about Hebrew support already and I am having a similar problem, but with an MS Access front end. The database is Unicode encoded. I can input Hebrew, query in hebrew and...
40
by: Shmuel (Seymour J.) Metz | last post by:
I'd like to include some Hebrew names in a web page. HTML 4 doesn't appear to include character attributes for ISO-8859-8. I'd prefer avoiding numeric references, e.g.,...
2
by: Zippy | last post by:
Hi. I'm working in Access 2003 - standard English version - and am trying to write a program with a Hebrew user interface. Being that Hebrew is a right-to-left language, the orders of columns...
2
by: Mitul | last post by:
Hello Friend, I am having very strange problem with mail function. As I have to implement Newsletter things in my hebrew site. I have implemented everything but having problem with subject line...
2
by: =?Utf-8?B?cGVsZWdrMQ==?= | last post by:
i am using this code: http://weblogs.asp.net/rosherove/archive/2004/09/13/228688.aspx i am passing for example 10/03/1975 and i get the hebrew date : "כ"ז אדר תשל"ה" now i want to do the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, youll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shllpp 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.