How do I get a "≤" sign to appear in my function's HELP documentation?
5 ビュー (過去 30 日間)
古いコメントを表示
How do I get a "≤" sign to appear in my function's HELP documentation? I am using 2016b. All that shows up is a "?"
3 件のコメント
回答 (2 件)
Walter Roberson
2021 年 7 月 29 日
<= is not part of CP1252
I am using 2016b
In that release, MATLAB did not use UTF-8 for .m files unless you took specific steps (which even if you took, your co-workers probably have not taken.)
I have seen several cases posted in which the exact same code (file was attached) on the exact same version of MATLAB for windows, had characters come out differently.. having to do with the installed fonts on the Windows machines.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!