mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
improved chinese and korean characters support, fixes #252.
This commit is contained in:
parent
8059002475
commit
c40243635f
@ -79,7 +79,9 @@ RUN set -eux; \
|
|||||||
# Japanese fonts
|
# Japanese fonts
|
||||||
fonts-takao-mincho \
|
fonts-takao-mincho \
|
||||||
# Chinese fonts
|
# Chinese fonts
|
||||||
fonts-wqy-zenhei; \
|
fonts-wqy-zenhei xfonts-intl-chinese xfonts-wqy \
|
||||||
|
# Korean fonts
|
||||||
|
fonts-wqy-microhei; \
|
||||||
#
|
#
|
||||||
# create a non-root user
|
# create a non-root user
|
||||||
groupadd --gid $USER_GID $USERNAME; \
|
groupadd --gid $USER_GID $USERNAME; \
|
||||||
|
@ -85,7 +85,9 @@ RUN set -eux; \
|
|||||||
# Japanese fonts
|
# Japanese fonts
|
||||||
fonts-takao-mincho \
|
fonts-takao-mincho \
|
||||||
# Chinese fonts
|
# Chinese fonts
|
||||||
fonts-wqy-zenhei; \
|
fonts-wqy-zenhei xfonts-intl-chinese xfonts-wqy \
|
||||||
|
# Korean fonts
|
||||||
|
fonts-wqy-microhei; \
|
||||||
#
|
#
|
||||||
# create a non-root user
|
# create a non-root user
|
||||||
groupadd --gid $USER_GID $USERNAME; \
|
groupadd --gid $USER_GID $USERNAME; \
|
||||||
|
@ -88,7 +88,9 @@ RUN set -eux; \
|
|||||||
# Japanese fonts
|
# Japanese fonts
|
||||||
fonts-takao-mincho \
|
fonts-takao-mincho \
|
||||||
# Chinese fonts
|
# Chinese fonts
|
||||||
fonts-wqy-zenhei; \
|
fonts-wqy-zenhei xfonts-intl-chinese xfonts-wqy \
|
||||||
|
# Korean fonts
|
||||||
|
fonts-wqy-microhei; \
|
||||||
#
|
#
|
||||||
# create a non-root user
|
# create a non-root user
|
||||||
groupadd --gid $USER_GID $USERNAME; \
|
groupadd --gid $USER_GID $USERNAME; \
|
||||||
|
@ -97,7 +97,9 @@ RUN set -eux; \
|
|||||||
# Japanese fonts
|
# Japanese fonts
|
||||||
fonts-takao-mincho \
|
fonts-takao-mincho \
|
||||||
# Chinese fonts
|
# Chinese fonts
|
||||||
fonts-wqy-zenhei; \
|
fonts-wqy-zenhei xfonts-intl-chinese xfonts-wqy \
|
||||||
|
# Korean fonts
|
||||||
|
fonts-wqy-microhei; \
|
||||||
#
|
#
|
||||||
# create a non-root user
|
# create a non-root user
|
||||||
groupadd --gid $USER_GID $USERNAME; \
|
groupadd --gid $USER_GID $USERNAME; \
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
### Misc
|
### Misc
|
||||||
- Updated to go 1.19 and Node 18, removed go-events as dependency (by @mbattista).
|
- Updated to go 1.19 and Node 18, removed go-events as dependency (by @mbattista).
|
||||||
- Added adaptive framerate which now streams in the framerate you selected from the dropdown.
|
- Added adaptive framerate which now streams in the framerate you selected from the dropdown.
|
||||||
|
- Improved chinese and korean characters support.
|
||||||
|
|
||||||
## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)
|
## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user