in reply to Re^3: Search & replace of UTF-8 characters ?
in thread Search & replace of UTF-8 characters ?

At the same time, anyone can understand my model

I don't see how that's relevant since the table you posted does not come close to representing encoding.

Both the input side and the output side of your table is decoded, so it represents neither encoding nor decoding.

Encoding = convert unicode integer to utf-8 character for output

I've never heard of "unicode integer" before. Neither has Google. Most people say "unicode character" or "unicode code point".

"UTF-8 characters" is commonly used to mean for both "the character encoded using UTF-8" and "the bytes resulting from encoding a character using UTF-8". The former is the result of decoding, the latter is the result of encoding. As such, it's meaningless/confusing/unclear how you used it.

That simple model will allow any unicode beginner

I'm an expert and I have no idea what you mean by those two lines.

Fixed terminology:

And now for something short and clear:

  • Comment on Re^4: Search & replace of UTF-8 characters ?