Le 28/11/2019 à 23:35, Samuel Gougeon a écrit :
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.

I hope https://codereview.scilab.org/#/c/21143/ will help.



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 = "абвгдеёжзийклмнопрстуфхцчшщъыьэюя";


_______________________________________________
dev mailing list
dev@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/dev

Reply via email to