![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| read a variable character by character, substitute characters with something else | vipervenom25 | UNIX for Dummies Questions & Answers | 2 | 06-06-2008 12:18 PM |
| Korn: How to loop through a string character by character | shew01 | Shell Programming and Scripting | 9 | 05-29-2008 06:47 AM |
| replace a character with another character | satish@123 | Shell Programming and Scripting | 4 | 05-19-2008 02:57 AM |
| Can i read a file character by character | karnan | Shell Programming and Scripting | 6 | 05-18-2008 11:22 PM |
| Can I read a file character by character? | murtaza | Shell Programming and Scripting | 3 | 03-29-2007 08:19 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
character set solaris
hi ,
i am trying to work on a script that transforms some special Dutch characters and send them to a Xerox printer .. the problem is that while doing so iam unable to identify th correct character set that is used by solaris , to transfer these characcters to Xerox character set . thanks for ur help |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I'm not sure about too much except that
Code:
locale Code:
LANG= LC_CTYPE="C" LC_COLLATE="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_MESSAGES="C" LC_ALL= Code:
locale -a Otherwise, check out: Code:
man charmap |
|
#3
|
||||
|
||||
|
hmm, I had a problem on HP sending printer character set to the printer. I had to refer to the printer manual and luckily it contained the character set. So you may want to have a look at the printer manual
__________________
War doesnt determine who is right, it determines who is left |
||||
| Google The UNIX and Linux Forums |