If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Help a newbee please

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-02-04, 22:35
namron7002000 namron7002000 is offline
Registered User
 
Join Date: Oct 2004
Location: NSW Australia
Posts: 1
Unhappy Help a newbee please

Hi friends i'm pretty new to the computer game I am trying to insert a tick (correction mark ) into a database using character map the only symbol i can find is the square root sign ,i ahve tried coping & pasting or typing in the numbers but it keeps coming up as a question mark any ideas please
Reply With Quote
  #2 (permalink)  
Old 11-02-04, 22:47
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
The odds are good that there is a translation table somewhere between your screen and the database disk. Not all characters exist in all character sets, which means that there has to be some kind of translation table to deal with characters that don't exist as you switch from one character set to another... Since some sets are quite large (Unicode allows 65536 characters) and others are comparatively small (standard ASCII only allows 96 printable characters), you can't always store every character that your program can display, and the radical sign (your "check mark") might be a character that just gets "lost" in the translation.

If you can give more details about what you are entering (apparently a cut-and-paste radical sign), into what application (perhaps even a web page), going to which database, then comming out how... Maybe we can find a way for you to get your check mark from the screen to your printer!

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On