You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,6 +430,6 @@ Support for creating Unicode-aware views is in place, but some views that are pa
430
430
431
431
* At least `TFrame`, `THistoryViewer`, `TListViewer` and `TMenuBox` are able to display Unicode text properly.
432
432
*`TInputLine` can display and process Unicode text.
433
-
* Word wrapping in `TStaticText` is Unicode-aware.
433
+
* Word wrapping in `TStaticText`and `THelpViewer`is Unicode-aware.
434
434
* Automatic shortcuts in `TMenuBox` won't work with Unicode text, as shortcuts are still compared against `event.keyDown.charScan.charCode`.
435
435
*`TEditor` assumes a single-byte encoding both when handling input events and when displaying text. So it won't display UTF-8 but at least it has a consistent behaviour.
0 commit comments