Re: How to swee youtube videos,



"g" wrote:
Patrick O'Callaghan wrote:
<snip>

The message was in text/plain; charset=iso-8859-1. Perhaps you need to
check your settings for character encoding.

it is set to utf-8. 8859-1 throws a '�', that is a "double grave i, an
inverted ?, an a '1/2'".

Just for your information, the two dots are called a diaeresis, not "double
grave".

EF BF BD is the UTF-8 representation of the character U+FFFD REPLACEMENT
CHARACTER, which is described as "used to replace an incoming character whose
value is unknown or unrepresentable in Unicode". I see it as a white question
mark in a black square standing on its corner. This probably means that some
program took the ISO 8859-1 text, tried to read it as if it were UTF-8, found
the byte value F3, and found that it was an invalid UTF-8 code. My guess is
that it was your Thunderbird that did this. Have you forced it to read
everything as UTF-8?

BTW it's an accented 'o' (ó).

that is what i see when you send it, but not when rui sends it.

Rui's message was encoded in ISO 8859-1. Patrick's was in UTF-8. Both reached
me unmangled. To see for yourself, press Ctrl+U and look at the
header "Content-Type".

Björn Persson

Attachment: signature.asc
Description: This is a digitally signed message part.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages

  • Re: Unicode Support
    ... > Not knowing much about UTF-8 (my Unicode knowledge extends as far as ... > literal strings of this form as long as the character code for quote ... > can never appear in a MBCS (multibyte character sequence). ... then XP Notepad directly understands UNICODE and you can ...
    (alt.lang.asm)
  • Re: Attention: European C/C++/C#/Java Programmers-Call for Input
    ... Simply make a straight decision now - you will use UTF-8. ... character format) much like UTF-8 which itself ... I would have little more than UNICODE left. ... generator is assembly language. ...
    (comp.arch.embedded)
  • Re: Attention: European C/C++/C#/Java Programmers-Call for Input
    ... No other encodings - no Latin-1, no UTF-16, no home-made character sets, no extra fonts. ... Look at existing tools and source code that supports UTF-8, and see how it can make your work easier and give a result that users might actually be able to *use*. ... A couple of days work here is a drop in the ocean compared to the man-years it will take to work with your home-made encoding, and you will at least have the benefit of a better understanding of your problem. ... I would have little more than UNICODE left. ...
    (comp.arch.embedded)
  • Re: Loading a data file containing character fields with different encodings
    ... UTF-8 characters along with Latin-1 characters. ... One containing the latin-1 character set column, the second containing the utf-8 column and of course both files containing the primary key information. ... it would be just as easy to write the loader script that converts the encoding to a "unicode" intermediate format and then load with the correct database encoding. ... This caused that no conversion was done, but you were puting CP1252 characters into an 819 database! ...
    (comp.databases.informix)
  • [PATCH] console UTF-8 fixes
    ... I send a patch to the UTF-8 part of the vt driver. ... If a certain character is not found in the glyph ... characters) is to simply display the glyph loaded in that position. ...
    (Linux-Kernel)