- 
            
            as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
 Hi!
I have non-ascii chars in velocity template files. And when processed they are garbled. 
The files are saved in UTF-8 encoding and response header contentType is also set to text/html;charset=UTF-8.
What else can be done?
            >>> More
 
- 
            
            as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
 As a non-techie, I would really appreciate your help on this.
I have some files (html) that need to be in pure ascii form to be properly processed.  Since these files are produced by humans, every so often non-ascii characters sneak in.  Often it is a stray "  (curled variety) or something similar…
            >>> More
 
- 
            
            as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
 Hi,
I have some trouble using JNDI since it accepts only 7-bits encoded parameters.
I am trying to change an LDAP entry using JNDI with the following code :
Attribute newattr = new BasicAttribute("userpassword", password);
ModificationItem[] mods = new ModificationItem[1];
mods[0] = new ModificationItem(DirContext…
            >>> More
 
- 
            
            as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
 Hi,
Has anybody encountered special char such as ^ÛY, ^ÛR ? 
Q1. How do I do an ftp of the files containing these chars? The chars are not seen once I do a ftp on AIX (bi or ascii) and hence I am unable to see my program to replace these, working. 
Q2. My java program doesn't seem to recognise…
            >>> More
 
- 
            
            as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
 Hi,
I have text in Turkish language: "selam günaydin". Doctrine
searchable converts it to keywords in table:
-selam
-guenaydin
So "guenaydin" was saved in table as keyword "günaydin" so when
somebody writes in search "günaydin" he gets nothing - what can I
do?
            >>> More