The encoding tag has no wiki summary.
1
vote
2answers
43 views
Copy + Paste Chinese From Website
I am re-branding a website that has both English & Chinese Traditional text. When I am copying + pasting the Chinese text into notepad++, the characters gets displayed as question marks. I tried ...
0
votes
1answer
30 views
cp1250 encoded source code on Eclipse/Linux
How to setup your environment to work with cp1250 source code in Eclipse on Linux?
(I know, if you can use UTF-8, unfortunately, it's not always possible)
2
votes
0answers
29 views
What's wrong with `(add-to-list 'process-coding-system-alist '(“zsh” . utf-8))`?
In Emacs, I routinely use an inferior shell, invoked with M-x shell. I often need to specifically set its coding system, which I do with C-x RET p followed by utf-8 (twice).
I want to do this once ...
0
votes
1answer
16 views
CTRL-[keys] and arrows not functionning in terminal / ipython
I'm using ipython
Inside the python shell, when I press up instead of showing the last command, it prints
^[[A
also CTRL-[keys] are fubar. CTRL-p prints
^P
Everything is normal under ...
0
votes
1answer
37 views
Why google code download page have a QR code? [closed]
Possible Duplicate:
QR Codes for Files on Google Code
When I open a google code download page, there is a QR code at the bottom.
What kind of devices will read this human unreadable QR ...
0
votes
2answers
71 views
How does AACplus v2 perform in comparison to AAC? [closed]
Which of these audio codecs provides better quality? I want to encode my audio files to lower lower bitrate and maximum quality.
1
vote
0answers
26 views
Extracting a tar file containing files with Chinese names will make the filenames illegible
On my Mac OS 10.6.8 I had a directory full of files that had Chinese filenames. I proceeded to run tar czf mydir.tar.gz mydir
Now when I untar it with tar xzf mydir.tar.gz, the extracted filenames ...
1
vote
1answer
62 views
How to determine ftp server filenames encoding?
I am trying to mount a ftp server with curlftpfc.
But the server has unknown encoding, and all the filenames look like ???????.avi, ??????.inf.
I know that I need to specify the encoding for ...
1
vote
3answers
133 views
Computer Hardware Theory: Why binary bits?
Since this isn't a research-level question (seeing as I am not in a graduate program) I decided to plop on over here from the other CS Q&A site.
Why do we use binary to encode information in ...
0
votes
2answers
71 views
CLI, encoding-aware FTP uploader
I've got a crappy webhoster where I need the filenames in iso-8859-1, my FS uses utf-8. Filezilla can handle encodings, but I need something that I can use in a script. Is there a program out there ...
0
votes
2answers
50 views
Is the order inside a byte like “big-endian”?
In wiki, "big-endian" refers to the storage order of multiple bytes.
And a byte consists of 8 bits, it's also important to note the order of these bits.
I did dd if=/dev/sda count=1 | xxd -b, and ...
0
votes
1answer
218 views
How can I get a mysqldump file encoded in utf-8 for psql?
I am migrating some data from a MySql database (v5.1.44/MyISAM/collation=latin1_swedish_ci) to a PostgreSQL (v9.0.4/the one included in OSX Lion).
I'm using
$ mysqldump --compatible=postgresql > ...
0
votes
1answer
40 views
Emacs c-mode can't recognize utf-8?
I need to read one C++ head file which has some Chinese and was encoded using utf-8.
Emacs should recognize this encoding, but it turns out:
Then, I changed it to text-mode, it works:
I also ...
1
vote
2answers
155 views
Can I encrypt a username password combo before using it with cURL?
I'm making a shell script that reached out to a web service with basic auth. I don't want to have to put in my username and password every time the script runs, but I also don't want to have the combo ...
1
vote
4answers
1k views
How do I find out which language some Unicode characters belong to?
On Facebook, there are currently messages floating around with these strange chars:
ก็็็็็็็็็็็็็็็็็็็็ กิิิิิิิิิิิิิิิิิิิิ ก้้้้้้้้้้้้้้้้้้้
They are used to confuse the reader, because ...
1
vote
2answers
88 views
Filename becomes gibberish
Using JDownloader to download some files makes the filename looks like ".æ·å²è¬åï¼çç æ¸¯ä¸é" on my file system. The original filename is in Chinese. Is this a encoding issue? (original encoding not ...
0
votes
1answer
193 views
How to decode email header content
When open up the header or read the raw source of an email, I see header-vales in, for example, X-Cm-Senderinfo or Thread-index to be strings of encoded text. I though they are base64 but I tried ...
0
votes
0answers
49 views
Coding the EPK files
I'm working on a application, which is loading EPK extension files (those files are archives, with another files...), my problem is that the people are extracting the files from those EPK files ...
4
votes
1answer
133 views
I'm trying to copy text from a PDF, but I get garbage
I'm trying to copy text from a PDF file, but I get garbage. I'm using Document Reader on Ubuntu to read the document. It's not like its not allowing me to copy, but just that the copied text looks ...
4
votes
4answers
927 views
Convert from MOV to MP4 Container format
I have a digital camera that records nice 1080p H.264 format but unfortunately it uses the MOV container format. Basically I have nothing but the camera and VLC that play this format natively.
Is ...
3
votes
3answers
295 views
What does this decode to?
I found this, and want to know what it decodes to and what type of encoding it is:
ZGMzMGRjODlAc25hcGpveS5jb20=
3
votes
1answer
735 views
MS Office 2010 Word change character encoding
I have a document that is not written in English but in other European language and when I open it in MS Word 2010 there are several characters displayed not properly.
How can I change the encoding of ...
3
votes
2answers
162 views
Which resize algorithm to choose for videos?
I'm using VirtualDub for encoding with those settings.
However I record my stuff in 1920x1080 and resize it down to 1280x720. Now the question: which algorithm should I choose when making a balanced ...
0
votes
1answer
116 views
URL-encoded UTF-8 to non-English converter
I have some string like this %B8%96%E4%B0.... It's usually seen when using some file transferring tool to download and save non-Engilish filename on hard drive. The tool will convert the original ...
3
votes
2answers
286 views
Why some unicode characters are missing in charmap?
In Windows, Character Map doesn't seem to display all of the unicode characters, even if the selected font supports them, and "Character set" selector is "Unicode".
For example, the small envelope ...
2
votes
1answer
165 views
Vim: Can't open a file's directory if it contains special letters
In Vim I can open the directory of an active file using this command:
:silent ! start %:p:h
However, if the directory contains special characters (like Scandinavian letters), I'm getting an error. ...
1
vote
0answers
26 views
Email text encoded with ASCII+1 scheme?
Something extremely strange is happening to me. I receive an email newsletter (about film news) and recently most of its text has suddenly begun to look like gibberish.
The corresponding article, ...
0
votes
0answers
82 views
What video and audio codec settings should I use for maximum chance that Windows users can view a video? [closed]
Possible Duplicate:
How do I tell ffmpeg to transcode to a video codec supported by Windows Media player?
I am using Ubuntu to create videos to give to people who are using Windows. I need ...
1
vote
2answers
181 views
Non-unicode characters language in OS X
In Windows, whenever I am facing an incorrect display of non-unicode characters (for me usually Russian (Cyrillic) characters may get displayed as ancient runes =), I go to regional settings, set ...
0
votes
1answer
139 views
View Big5 File in Text Editor
I have a file encoded in Chinese Big5.
Is there a text editor that I can use to view the file in Chinese?
I'm on Windows. If I view the file in Notepad++ I see it decoded with my 8bit locale.
2
votes
1answer
543 views
Change excel encoding
Some ill-written program has exported an Excel file with the wrong Hebrew encoding, with cryptic strings like:
ãåç ì÷åçåú äåãòåú åéîé äåìãú
Using an encoding-solver site, I found out that the ...
1
vote
2answers
517 views
Windows 7 and UTF-8 saving and display in programs
I just got a new system, Windows 7 Home Premium, installed Notepad++ and used it for a few days. I wrote some html/php files in Chinese, saved as UTF-8 without BOM. Uploaded to server and tested, all ...
1
vote
2answers
391 views
Arabic subtitle files (srt) encoding is corrupted on windows 7
i copied some arabic subtitle files from a friend
and when trying to view them on windows 7 home premium with notepad
the texts appears as follows:
ÃíåÇ ÇáÓÇÏÉ ÃäÇ ÇáÂä Úáì æÔß ÅÑÓÇá ÅÔÇÑÉ
ãä åÐÇ ...
1
vote
1answer
574 views
Extracting and re-combining audio from a video
I'm fed up with Vegas, Premiere, Pinnacle, SoundForge and all of the other editors I've tried.
I'm trying to modify the audio of an AVI file, but all of the editors I've tried insist on re-encoding ...
1
vote
0answers
90 views
Media Encoder w\ Merge Files & SandyBridge Hardware Encoding Support
So i have a Z68 chipset that allows Quick Sync encoding on my i7 processor.
I want a media encoder that supports both Hardware encoding and allows me to "merge files".
My problem is Fraps breaks my ...
2
votes
0answers
219 views
Why do some PDF document appear garbled and unreabable in OS X Preview?
I occasionally come across some PDF documents which are unreadable on a Mac when using the standard OS X Preview. They work OK in Adobe Reader, but not in Preview.
Does anyone know what the cause of ...
1
vote
1answer
595 views
Decent profile for transcoding to webm and mp4 files with ffmpeg
I am in the process of converting large, high quality, mxf container files (using mpeg-1 video, PCM S16 LE audio) to both webm and mp4 format (for HTML 5). I will probably be using ffmpeg to convert ...
1
vote
1answer
143 views
Default outgoing email encoding for Thunderbird 7.x and later [closed]
Possible Duplicate:
Change Thunderbird default encoding?
How can I force Thunderbird 7.x to use UTF-8 as the default encoding for outgoing emails?
Superuser has an answered question Change ...
3
votes
1answer
877 views
Best Handbrake settings for encoding TV shows
Been using Handbrake since it's the fastest and easiest program for me to understand as I'm not a real A/V guy and I'm getting some under par results from it when it comes to TV shows.
I see episodes ...
0
votes
1answer
58 views
Compressing a bunch of HTMLs into one PDF
I have a lot of HTML files (webpages, saved with FireFox as one <filename>.html file and a <filename>_files directory with statics). How can i compress them into one large PDF file with ...
0
votes
1answer
64 views
What are the standard encodings in today's operating systems?
What are the standard encodings in Mac, Unix and others?
I know that if my friend who uses Windows sends me a file, it'll most probably be encoded in cp1251. So in emacs, I can do: ...
1
vote
1answer
287 views
“poor” video encoding performance of the i5 2500k under Linux
I'm running Ubuntu 11.04 (Natty), with an i5 2500k (not overclocked) and a z68 board.
I'm trying to encode DVD quality VOB files to the iPhone preset in Handbrake, but in mkv format. I'm currently ...
0
votes
1answer
48 views
Naming confusion : Why it is not called Decoding but Encoding in every browers?
In every browsers, Firefox, Chrome, IE, there is an option called Encoding. It is used to decode the HTML documents into different languages.
as far as i know, say, if i choose, "Encoding (Unicode ...
0
votes
2answers
365 views
View properly file names inside a ZIP file in windows 1251(cyrillic) encoding
I have a zip file where directory and file names ( thousands of files ) are encoded in Windows 1251, according to its creator. I.e. the filenames contain Russian or Cyrillic letters. My Windows XP SP3 ...
1
vote
1answer
79 views
Transcoding digital camera generated MOVs to AVI to reduce file size without compromising the quality further
My older digital camera used to make low quality 100MB+ (for 5 - 6 mins of video) MOV files for videos I took
I have around 70GB of these videos and I would like to bring them into a managable size ...
2
votes
1answer
662 views
Why does encoding a video using the MJPEG codec take longer than MPEG-4?
I am testing the encoding performance (MPEG-4 and MJPEG) of a smart camera. I have written an application in OpenCV/FFMPEG for performing encoding, where the application captures images from the ...
1
vote
1answer
599 views
DVDfab encoding error
I'm trying to use the DVD ripper that comes with DVDfab 8.1 to encode .mp4 video with single pass. I selected the first chapter, which is about 2 minutes long.
When the conversion starts and gets ...
1
vote
1answer
69 views
How bitrate changes with screen size
I'm trying to DVDrip a 320x240 screen .m4v video. Is there some way to mathematically know the bitrate for the required screen size so that there will be no distortions and you can know the closest ...
1
vote
3answers
225 views
Video encoding for mobile: How do I choose FPS and bit rate?
I'm going to encode a video from DVD to mobile supported format (mp4, flv, H.263). For a 320x240 screen if I choose around 600 kb/s, how would I know FPS that I want? How is the bitrate is related to ...
2
votes
2answers
197 views
White Question Mark in Black Diamond
We are all familiar with the white question mark inside of a black diamond (�) when there is an encoding issue. Does this 'character' have an offical name? Or is it only referred to as the 'white ...