Greek English name can be used in non-unicode file. 2005-07-27-08-59-49 http://people.msoe.edu/~tritt/greek.html α α Α Α alpha β β Β Β beta γ γ Γ Γ gamma δ δ Δ Δ delta ε ε Ε Ε epsilon ζ ζ Ζ Ζ zeta η η Η Η eta θ θ Θ Θ theta ι ι Ι Ι iota κ κ Κ Κ kappa λ λ Λ Λ lambda μ μ Μ Μ mu ν ν Ν Ν nu ξ ξ Ξ Ξ xi ο ο Ο Ο omicron π π Π Π pi ρ ρ Ρ Ρ rho ς ς ΢ (sigma) σ σ Σ Σ sigma τ τ Τ Τ tau υ υ Υ Υ upsilon φ φ Φ Φ phi χ χ Χ Χ chi ψ ψ Ψ Ψ psi ω ω Ω Ω omega 2005-08-08-08-40 add Greek
<a name=940809a>
2005-08-09-17-46
If you want to insert an equation in your
web page. (or คืออะไร or यूनिकोड क्या है )
One method is to use Unicode directly
x=〔-b±√(b*b-4*a*c)〕/2/a
Second method is to use Unicode decimal
expression
x=〔-b±√(b*b-4*a*c)〕/2/a
First method you must save your web page
as unicode page, can not save as ANSI page.
Second method, you can save your web page
as ANSI page. ANSI page is compatible with
most old editor.
Second method,
use Unicode decimal expression in web page
source code,
readable Unicode equation show up on browser.
<a name=940809b>
Only Unicode decimal (Hex) expression allow
you to use Unicode within ANSI page.
http://freeman2.com/unicod02.htm
let you convert to Unicode decimal expression
one line at one time. Many line is a big trouble.
On the other hand, convertz802
http://freeman2.us/convertz802.zip
let you convert to Unicode decimal expression
one FILE at one time. Also allow you to convert
within memory (clip board) Freeman use this
convert within memory function for multiple
lines.
One more difference:
unicod02.htm convert http to http
Help you hide URL/email from spambots.
convertz802 NOT convert regular ASCII bytes.
Help you get smaller file size.
<a name=940809c>
Above mention that convertz has added function
for Chinese, it has Big5 code (Taiwan, Hong Kong)
to/from GB code (mainland China) conversion.
This function has no harm to you. But to convert
whole file from Unicode to Unicode decimal
expression or reverse, this function has
one hundred per cent value for you. If you
like this more-than-one-line function, please
download
http://freeman2.us/convertz802.zip
2005-08-09-18-10