-
Website
http://blog.milkfarmsoft.com/ -
Original page
http://blog.milkfarmsoft.com/?p=63 -
Subscribe
All Comments -
Community
-
Top Commenters
-
sikat ang pinoy
1 comment · 1 points
-
Alexey Shockov
1 comment · 1 points
-
atifghaffar
3 comments · 1 points
-
genabatyan
3 comments · 1 points
-
troelskn
2 comments · 1 points
-
-
Popular Threads
-
ode to mb_ereg functions
4 weeks ago · 2 comments
-
ode to mb_ereg functions
Because I don't want to enter the unicode when writing one of those :)
Could you tell in details?
a = 2;
b = 30;
Ñ = {qq: 3, zz: 4}
while (b ≥ a) {
a ×= c→qq;
}
↑b;
- auto replacement -> i'd rather have "what you type is what you get"
- pretty printing -> tools like a2ps have been supporting this for ages
- and then there's the situation every once in a while where you have to modify code on a deployment system on which $EDITOR is not unicode aware yet ...
- typing unicode can be not-so-painful if OS gives a helping hand
- auto replacement is a personal choice
anyway, I think I made it clear, that both of these options (good'ol ascii and pretty unicode) should be supported by compilers/interpreters, imho.
and non-unicode-aware editor is something I don't want to face (actually I am quite happy, that these days I can use unicode on mac, linux, freebsd, openbsd and solaris)
and pretty-printing is a source of confusion… because whenever you read pretty-printed document and try to type it in, you get problems…
Unfortunately, a lot of windows-fonts have poor unicode-support.
Maybe it is power of habit or inertness of thinking :D
http://dev.perl.org/perl6/faq.html:
user-definable operators (from the full Unicode set)
and http://dev.perl.org/perl6/doc/design/syn/S03.ht...
;)
http://kurapov.name/unicode/
http://blog.libssh2.org/index.php?/archives/69-...
I want to see that as a "native feature" (aliased to standard ascii-operators)
If I can input these things easily..
Like every time I want a square root sign I have to go to online and search "square root UTF" to find it.
I am sure there are similiar tools for other platforms