Commit Graph
3 Commits
Author SHA1 Message Date
bitigchi a309c6eeb2 Use UTF-8 HEX values instead of UTF-32 values
The previous commits resulted in TOFU (black diagonal shape with
question mark in it). As per humdinger's suggestion and copying from how
€ sign was encoded, this is another try at fixing non-break space and
Turkish Lira Sign.

Previous PR: /c/haiku/+/2004/1

Change-Id: I3775c178b1921e7dff7ceb660c8fda1152050c94
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2148
Reviewed-by: humdinger <[email protected]>
Reviewed-by: John Scipione <[email protected]>
2020-01-24 15:22:11 +00:00
bitigchi d3c070f2ed Update Credits
This commit adds Turkish lang credits.

Change-Id: I130881871604b1096848a6aa52cf0ee00272de2b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2070
Reviewed-by: humdinger <[email protected]>
2020-01-02 19:33:51 +00:00
bitigchi 07161b817b Fix qt mark/Add TR Lira Symbol/Add non-break space
On Turkish F layout Shift+2 produces single quote, although it
should return double quotation mark. Probably this is a result
of an error whilst copying from Turkish Q layout.

Turkish Lira Symbol has been added to the both layouts,
produceable with ALT GR+T, as this is the standard combination
on Turkish layouts.

I've also noticed that most of the keys produce a whitespace with
the ALT+GR modifier, fixed that one as well.

This commit also adds non-breaking space to ALT GR+Space modifier

Change-Id: I9eb47ae70449c75b15b551f081f8767b1ab03cc5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2004
Reviewed-by: John Scipione <[email protected]>
2019-12-12 07:57:40 +00:00