0
votes
4answers
28 views
English/Arabic Encoding Problem
Hi
I am designing a web page this web page should support
English and Arabic languages
my problem is : Arabic characters doesn't appear in its way
it appears some thing like that "أهلاً يا …
3
votes
3answers
41 views
How can I see raw bytes stored in a MySQL column?
I have a MySQL table properly set to the UTF-8 character set. I suspect some data inserted into one of my columns has been double encoded. I am expecting to see a non-breaking space character (UTF-8 …
0
votes
4answers
85 views
encoding/decoding string and a special character to byte array
Hi
I had a requirement of encoding a 3 character string(always alphabets) into a 2 byte[] array of 2 integers.
This was to be done to save space and performance reasons. I had implemented it like …
0
votes
1answer
257 views
Hsqldb table encoding
How do I set the character encoding for a specific table? E.g:
CREATE TABLE COMMENTS (ID INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 0, INCREMENT BY 1) NOT NULL,
TXT LONGVARCHAR,
…
0
votes
2answers
184 views
How to create ZIP files with specific encoding
Hello,
On my Linux server I have some files with accented names (test-éàïù.zip).
When I add them to a new ZIP file using 7zip command-line tool, the charset/encoding information is not saved and when …
1
vote
2answers
36 views
.NET DataSet.GetXml() - what’s the default encoding?
Existing app passes XML to a sproc in SQLServer 2000, input parameter data type is TEXT;
The XML is derived from Dataset.GetXML(). But I notice it doesn't specify an encoding.
So when the user …
0
votes
3answers
91 views
How can I speed up a video by dropping frames?
I've got a video that's 30 minutes long. I want to make a speeded up version that's (say) 15 minutes long. I could do this by dropping every 2nd frame. How can I do this on linux?
I'm playing with …
3
votes
2answers
447 views
How to set standard encoding in Visual Studio
I am searching for a way to setup Visual Studio so it always saves my files in UTF-8.
I have only found options to set this project wide is there a way to set it Visual Studio wide?
0
votes
2answers
110 views
How do I decode garbled text from the Library of Congress?
I am making a z39.50 search in python, but have a problem with decoding search results.
The first search result for "harry potter" is apparantly a hebrew version of the book.
How can I make this …
5
votes
13answers
3k views
Microsoft Excel mangles Diacritics in .csv files?
I am programmatically exporting data (using PHP 5.2) into a .csv test file.
Example data: Numéro 1 (note the accented e).
The data is utf-8 (no prepended BOM)
When I open this file in MS excel is …
0
votes
1answer
49 views
+100
Does myfaces ExtensionsFilter change page encoding?
two days ago i started using tomahawk ExtensionsFilter components im my jsf application.
i noticed that all javascript alerts were not displaying special characters (ç, ã, ó ô), it displays things …
0
votes
3answers
44 views
How to display code in plain text?
What previous result you are
referencing:(Optional)
function getSize() { var myFSO = new
ActiveXObject("Scripting.FileSystemObject");
var filepath =
document.upload.file.value; var
thefile = …
0
votes
4answers
488 views
XMLReader encoding error
I have a PHP script which is trying to parse a huge XML file. To do this I'm using the XMLReader library. During the parsing, I have this encoding error:
Input is not proper UTF-8, indicate encoding …
0
votes
2answers
29 views
convert special characters but not tags
I've got some text which needs converting to use HTML entities, but it also contains tags. Here's a sample:
<p>Ofcom issued the warning to Global-owned GWR in Bristol – which is required to …
1
vote
4answers
66 views
Problem with LaTeX hyperref
i have an url with cyrilic characters:
http://www.pravoslavie.bg/Възпитание/Духовно-и-светско-образование
when i compile the document, i get following as url:
…
