473,320 Members | 1,921 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,320 software developers and data experts.

Display EUC-Encoded field on Access 2007?

Hello!

What is the best way to display a EUC-encoded field with Access 2007?
Or, failing that, how do you display a Unicode field as the character
instead of the number? Do I need to use a browser control? I have
created a local web page which successfully displays a Unicode
character when I bring it up using a standard browser, but so far I
haven't been able to figure out how to get the WebBrowser control to
navigate to the page - it doesn't seem to have a "navigate" method.
If I can get that working, then I can find or write a method to
convert from EUC to Unicode.

Thanks!

Jack B. Nimble
Feb 9 '08 #1
1 2619
Good news!

The solution seems to be the following:

1) Convert the EUC code to Unicode values using the standard decoding
(I still have to find/write that code)

2) Once you have the Unicode, convert it to a long using a statement
like this:
lngUnicode = CLng("&H" & Trim(Me![Unicode]))

3) Use ChrW function to display it as (wide? as in double-byte?) a
unicode charachter.

Me![txtDisplayUnicodeAsChar] = ChrW(lngUnicode)

4) Make sure the display field uses a font which includes the
characters you want (e.g. MS Mincho for Japanese)

Jack B. Nimble

On Feb 9, 3:25 pm, jackbenimble...@gmail.com wrote:
Hello!

What is the best way to display a EUC-encoded field with Access 2007?
Or, failing that, how do you display a Unicode field as the character
instead of the number? Do I need to use a browser control? I have
created a local web page which successfully displays a Unicode
character when I bring it up using a standard browser, but so far I
haven't been able to figure out how to get the WebBrowser control to
navigate to the page - it doesn't seem to have a "navigate" method.
If I can get that working, then I can find or write a method to
convert from EUC to Unicode.

Thanks!

Jack B. Nimble
Feb 9 '08 #2

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

Similar topics

1
by: kimpyungsoo | last post by:
I have a dom tree representing the content of a html document. I use character-set as the euc-kr sign. Can I use a <?xml encoding="euc-kr" ?> This source don't work. How Can I use...
3
by: StepH | last post by:
Hi, I'm building a little application, which the goal is to: 1./ Collect data via Serial line and or via a file (for playback). 2./ Display these data as graph, oscilloscope, ... How manage...
1
by: FrankBooth | last post by:
Hello, I have a list of names, and when I click ona name I want the extar info to show and then I want to clcik and hide it again. I have the following HTML which works perfectly if I use one...
3
by: shreddie | last post by:
Could anyone assist with the following problem? I'm using JavaScript to hide/show table rows depending on the option selected in radio buttons. The script works fine in IE but in Firefox the...
1
by: Tristan Miller | last post by:
Greetings. I am trying to write a function which toggles the display of a certain class of <div> elements in an HTML page. The CSS file initially sets some classes to "display: none", and...
7
by: Stefan Finzel | last post by:
Hi, is there a way to change the display property on Windows Mobile 2003 SE Mobile/Pocket Internet Explorer? See following example. Please note: visibilty property has the same problem. Is...
0
by: Ferry Boender | last post by:
Hi, I'm relatively new to Xlib programming, and I ran into a little problem. I'm trying to insert keypress events into a X window. The following code works: ...
15
by: cssExp | last post by:
hello, Rather than going on a wild explanation on what's the the problem, it'll be much quicker and easier if i let you look at it yourself, so I'll post my page source (actual contents taken out,...
0
by: jackbenimble999 | last post by:
Hello! I haven't been having much luck figuring out how to do this! It looks like EUC encoding is double-byte in certain ranges and single byte in others. So for so good, but it looks as if...
0
by: walsug | last post by:
hello, I'm engaged in some code migration work,in linux the EUC-jp and Shift-JIS encoding are supported and configurable by LANG. Does windows offer this support? -yogo
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
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...
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: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
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...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 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.