[Scilab-Dev] Issue with unicode exponents

Samuel Gougeon sgougeon at free.fr
Thu Nov 28 23:35:05 CET 2019


Hello Antoine,

Le 28/11/2019 à 23:17, Antoine ELIAS a écrit :
> Hello Samuel,
>
> I'm agree with you about the issue.
> I will try to find a way to change the console properties inside 
> binary like when we change color in nw mode ( W/B vs B/W )


Great.

>
> But I does not show trouble with 2 or 3 and others superscript numbers.
>
>
>
> With this configuration


Neither does it for me, provided that this setting is done /before/ 
running Scilab.
By the way, /Lucida console/ is much UTF-8-richer than /Consolas/ (you 
may test the text below in Scinotes with both fonts, and compare their 
renderings), and superscripts 0,4-9 are bigger.

Nevertheless, i am a bit afraid that with all this UTF-8 stuff, the 
display result depends on some locales.
When i write help pages in Notepad++ in UTF-8 encoding, when i copy/past 
some UTF-8 (see below),
sometimes it's OK, sometimes i get only rectangles... Not clear why..

Samuel

-----------------------------

// http://bugzilla.scilab.org/9221
%chars.greek.lower        =  "αβγδεϵζηθικλμνξοπρστυφϕχψωάϐέήϑίϊϰόϱςύϋΰϖώ";
%chars.greek.upper        =  "ΑΒΓΔΕΖΗΘϴΙΪΚΛΜΝΞΟΠΡΣΤΥΫΦΧΨΩ";
%chars.maths.logical      =  "∀∃∄∧∨⋀⋁⊼⊽⊻∁∴∵∎≍";
%chars.maths.set          =  "∉∈∊∍∋∌∅∖⋂∩⋃∪⊂⊆⊄⊅⊇⊃⋐⋑⋒⋓";
%chars.maths.comparisons  =  "⋘≪≤≲≳≥≫⋙≠≃≄≅≈∽≐≔≕≝";
%chars.maths.operators    =  "−±∓∔÷×∏∐∑√∛∜⋅⋆⊕⊖⊝⊗⊘⊙⊚⊛⊜⊞⊟⊠⊡";
%chars.maths.integdiff    =  "∂∇∆∫∬∭∮∯∰∱∲∳";
%chars.maths.geometry     =  "°′″∟⊾∠∡∢⊥∥∦∺∻≎⊿⋕";
%chars.maths.misc         =  "⋮⋰⋯⋱′″∝∞‰‱";
%chars.arrows.base        =  "←↖↑↗→↘↓↙↔↕↵↱↴☇⇐⇑⇒⇓⇔⊣⊥⊢⊤";
%chars.arrows.thick       =  "⬅⬆➞⬇➚➙➘➔➜➡➥➦➧➨➼➽";
%chars.symbols            =  "…⋈⋔⋄♢◊♤♧♡♦♠♣♥©®™♀♂⌘♻«»🚌🚲🚩";
%chars.stars              =  "⋆★☆✫✯✰✭✡🔯⊛⍟✪❂✻✼✹✸✶";
//%chars.currencies = "¤$€£¥円元₪฿¢₫₣";

%chars.lang.french        =  "âàäçéêèëîïôöûùüÂÀÄÇÉÊÈËÎÏÔÖÛÙÜ";
%chars.lang.japanese.hiragana.a  =  "あかさたなはまやらわ がざだばぱ";
%chars.lang.japanese.hiragana.i  =  "いきしちにひみ りゐ ぎじぢびぴ";
%chars.lang.japanese.hiragana.u  =  "うくすつぬふむゆる ぐずづぶぷ";
%chars.lang.japanese.hiragana.e  =  "えけせてねへめ れゑ げぜでべぺ";
%chars.lang.japanese.hiragana.o  =  "おこそとのほもよろをんごぞどぼぽ";
%chars.lang.russian.upper  =  "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ";  
%chars.lang.russian.lower  =  "абвгдеёжзийклмнопрстуфхцчшщъыьэюя";


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20191128/75e218d8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dkmibiggcabpfopa.png
Type: image/png
Size: 1221 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/dev/attachments/20191128/75e218d8/attachment.png>


More information about the dev mailing list