Questions tagged [encoding]

Encoding is changing a sequence of characters to symbols.

Encoding is changing a sequence of characters to symbols. Do not confuse with encryption.

150 questions
1
vote
2 answers

Invalid character under centOS - in a config file edited under windows

edit: it was a syntax error - the IP is not supposed to be in this line. so nothing to do with encoding. Startup error: Error in "108.174.194.111 mta10.domain.com": invalid character (' ', 0x20) in domain Im getting this error when trying to start…
nailoxx
  • 61
  • 2
  • 5
1
vote
1 answer

How to import MySQL dump which is encoded with quoted printable?

I got a MySQL DDL file ddl.sql which I would like to import. It starts like…
Witek
  • 1,433
  • 3
  • 14
  • 16
1
vote
0 answers

Cannot enter "Umlaute" on php console

I do have a problem with german "umlaute" on the console. Whereas I have no problem entering them on the bash console, it is a problem on the php console PHP is all set to UTF-8 iconv.input_encoding => UTF-8 => UTF-8 iconv.internal_encoding =>…
mlaug
  • 202
  • 1
  • 4
  • 12
1
vote
0 answers

iis 7.5 wont serve up korean characters in my classic asp application

I have a classic ASP website hosted in IIS 7.5 - using a classic application pool pipeline. I have all my .Net Globalization settings set to UTF-8 encoding. However when my site outputs Korean characters that it is getting directly from a database,…
Kemmis
  • 131
  • 1
  • 2
1
vote
0 answers

nginx: how to serve files in gzip format when client accepts "Accept-Encoding: gzip" and inflated otherwise?

I have a folder full of .gz files and would like to serve them transparently inflated if requested by a client that does not send Accept-Encoding: gzip in the request and as-is (gzip'd) otherwise. I know there is the HttpGzipStaticModule module, but…
0xC0000022L
  • 1,516
  • 2
  • 22
  • 42
1
vote
0 answers

ProxyPass on httpd breaking encoding

We are sending content with multibyte character data to proxypass, which is converting the characters to %uFFFD when it hits our database. How do i prevent httpd from messing with the encoding like this?
Barry Chapman
  • 430
  • 1
  • 5
  • 17
1
vote
0 answers

Email encoding on IIS7

All emails sent from the server are displaying Cyrillic letters as weird characters, for example: Можно. Regular alphabet letters are properly rendered. I searched all across the web but was not able to find any solutions. Here is some…
Aram Boyajyan
  • 59
  • 2
  • 15
1
vote
0 answers

ADSL throughput loss from Reed-Solomon encoding

I'm reading about ADSL starting here and I am confused by how the Reed-Solomon encoding for ECC is limiting the available transfer rate, as much as it does (nearly half). This pdf on the same subject contains the following; A maximum of 255…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
1
vote
0 answers

avconv - not working with movflags

With the Parameter "-movflags frag_custom" my avconv says [mp4 muxer @ 0x8d05f60] [Eval @ 0x7fffcc763f00] Undefined constant or missing '(' in 'frag_custom' [mp4 muxer @ 0x8d05f60] Unable to parse option value "frag_custom" [mp4 muxer @ 0x8d05f60]…
MarKa
  • 21
  • 2
1
vote
0 answers

How to deal with certain characters in IIS URL Rewrite

I had a question on how to rewrite a url and had a great answer on the site, and it worked, but there is some characters that I can't find how to encode and iis doesn't like at all The original question was this: How to redirect an specific url…
Saikios
  • 133
  • 1
  • 6
1
vote
0 answers

Why firefox handle urlencode differently with apache mod-rewrite B flag?

Recently I have encontered a strange problem about urlencode, I happened to have a "+" in my both pathinfo and querystring parts of the url. For exampele: http://example.com/A + B?s=C + D I use tamperdata in firefox and can make sure thant firefox…
weynhamz
  • 141
  • 4
1
vote
3 answers

Unable to find the right fileformat for Screen's logs in Vim

I see alt text http://files.getdropbox.com/u/175564/fileformat-problem.png where I have ^M and ^[ at various places. The former seems to be enter, while the latter apparently the end/beginning of the line. I would like to get the purple symbols out…
1
vote
1 answer

Apache: Override Accept-Language

I have Chinese clients that provide the following in their http request headers: Accept-Language: zh-cn,zh;q=0.5 This is causing problems with characters being dropped by our load balancer. Is there any way for Apache to rewrite those headers or to…
Zecrates
  • 113
  • 4
1
vote
0 answers

Apache convert %20 to \xa9 instead of {space}

When I'm trying to access an url like image%20xyz.jpg, I got a 404 error. When I look into the logs, Apache converts the %20 into \xa9 (and every url encoded characters are transformed to their \xXY values instead of the correct chars (space in that…
Cyril N.
  • 624
  • 1
  • 10
  • 36
1
vote
1 answer

Outlook Meeting Requests Not Being Re-encoded from Base 64 by Receiving Clients

Exchange 2010 + Outlook 2007. Users send outlook meeting request to a list of recipients both interanlly and externally to the organisation. Some recipients report receiving 'garbled' messages instead of meeting requests. The emails received by some…
Jayden
  • 111
  • 5