At 10:00 +0100 10/03/2011, you wrote:
Below are a few examples of garbled Cyrilic from a web page (this
happens to be a CD track list).
Is there a simple direct way to transliterate or re-encode these into
proper Cyrillic characters using BBEdit? I've tried all the charsets
in the 'Reopen using encoding' submenu, but to no avail.
The way to do it is surely to get the pager to display properly in
the browser by changing the encoding there, not in BBEdit. In
FireFox: View->Character Encoding.
What encoding is declared in the <head> of the page when you view the
source? Does the sewrver specify a character set when you do
curl --head "http://.../"
in Terminal?
The problem may be a simple error in the meta declaration or some
sort of double encoding may have taken placew which needs to be
unraveled. If the worst comes to the worst you can use Perl/Encode
in BBEdit to sort it out, but you need to have a good idea what has
gone wrong first. What is the URL?
JD
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>