All of lore.kernel.org
 help / color / mirror / Atom feed
* Importing the Japanese Shift-JIS encoding to the kernel's locale
@ 2021-04-24  5:36 HerbalNekoTea
  2021-04-24  5:50 ` Valdis Klētnieks
  0 siblings, 1 reply; 4+ messages in thread
From: HerbalNekoTea @ 2021-04-24  5:36 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1834 bytes --]

Hi, i have kinda found a method a couple years ago to import the Japanese
Shift-JIS encoding from Fedora/CentOS/RHEL/OpenSuse to any other
distribution and i keep forgetting to maintain the sideloading method when
the kernel update broke it.

A lot of Japanese content for Windows, who are able to run into Wine,
required Japanese Shift-JIS locale used mostly back in the days. Sadly,
only the distros above have it in their file and nobody noticed for years.
This is also a major reason why Japanese speaker never used Linux too much
due to Linux never supporting Shift-JIS by default and one of the reason
MacOS and Windows got a monopole there (Yeah, MacOS support it from
FreeBSD).

My main issue's idk what's the license of the locale itself. The license of
the package from the Fedora repo state the following for that package "LGPLv2+
and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD
and Inner-Net and ISC and Public Domain and GFDL" which made me feel like
it might had come from FreeBSD and might be BSD license... I am very unsure
about it.

Essentially, the reply from 2018 from this bugzilla mailing list was what i
found to make it work. https://bugzilla.redhat.com/show_bug.cgi?id=136290

It would required to have a up to date fedora build and rip it from that
location... Which's very inconveniant. Hence why i was hoping to have it
supported by default by the kernel.

It's kinda my first time to the kernel mailing list, hence why i am posting
in the newbie section to not annoy anybody in the more official channel.
IDK either how i can contribute the patch. I really hope this local can be
included by default upstream so it get supported for the Japanese user to
have their classic game supported in Wine so Linux could spare them from
Windows 10's current issue.

-Regard, HerbalNekoTea

[-- Attachment #1.2: Type: text/html, Size: 2744 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Importing the Japanese Shift-JIS encoding to the kernel's locale
  2021-04-24  5:36 Importing the Japanese Shift-JIS encoding to the kernel's locale HerbalNekoTea
@ 2021-04-24  5:50 ` Valdis Klētnieks
  2021-04-24  5:55   ` HerbalNekoTea
  0 siblings, 1 reply; 4+ messages in thread
From: Valdis Klētnieks @ 2021-04-24  5:50 UTC (permalink / raw)
  To: HerbalNekoTea; +Cc: kernelnewbies


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: Type: text/plain; charset=utf-8, Size: 1117 bytes --]

On Sat, 24 Apr 2021 01:36:13 -0400, HerbalNekoTea said:

> Hi, i have kinda found a method a couple years ago to import the Japanese
> Shift-JIS encoding from Fedora/CentOS/RHEL/OpenSuse to any other
> distribution and i keep forgetting to maintain the sideloading method when
> the kernel update broke it.

> Essentially, the reply from 2018 from this bugzilla mailing list was what i
> found to make it work. https://bugzilla.redhat.com/show_bug.cgi?id=136290

> It would required to have a up to date fedora build and rip it from that
> location... Which's very inconveniant. Hence why i was hoping to have it
> supported by default by the kernel.

Locales are very much a userspace thing, the kernel doesn't care or know about
it.  If you're using the line-mode virtual consoles rather than Gnome terminal
or xterm or other GUI terminal program, you'll need an appropriate font, but
again, that's more userspace than kernel.

If you read the last comment that you're pointing at in that bugzilla, it
flat out tells you how to fix your issue *in userspace*.

This is not a kernel problem.  

[-- Attachment #1.2: Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Importing the Japanese Shift-JIS encoding to the kernel's locale
  2021-04-24  5:50 ` Valdis Klētnieks
@ 2021-04-24  5:55   ` HerbalNekoTea
  2021-04-24  8:10     ` Bernd Petrovitsch
  0 siblings, 1 reply; 4+ messages in thread
From: HerbalNekoTea @ 2021-04-24  5:55 UTC (permalink / raw)
  To: Valdis Klētnieks; +Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1495 bytes --]

Is there anyway to have something easily done about it upstream ? Would the
license be an issue if there's any about it ? Where should i contact to try
to see if they can include it upstream ? Thank you. Regards -HerbalNekoTea

On Sat, Apr 24, 2021 at 1:51 AM Valdis Klētnieks <valdis.kletnieks@vt.edu>
wrote:

> On Sat, 24 Apr 2021 01:36:13 -0400, HerbalNekoTea said:
>
> > Hi, i have kinda found a method a couple years ago to import the Japanese
> > Shift-JIS encoding from Fedora/CentOS/RHEL/OpenSuse to any other
> > distribution and i keep forgetting to maintain the sideloading method
> when
> > the kernel update broke it.
>
> > Essentially, the reply from 2018 from this bugzilla mailing list was
> what i
> > found to make it work.
> https://bugzilla.redhat.com/show_bug.cgi?id=136290
>
> > It would required to have a up to date fedora build and rip it from that
> > location... Which's very inconveniant. Hence why i was hoping to have it
> > supported by default by the kernel.
>
> Locales are very much a userspace thing, the kernel doesn't care or know
> about
> it.  If you're using the line-mode virtual consoles rather than Gnome
> terminal
> or xterm or other GUI terminal program, you'll need an appropriate font,
> but
> again, that's more userspace than kernel.
>
> If you read the last comment that you're pointing at in that bugzilla, it
> flat out tells you how to fix your issue *in userspace*.
>
> This is not a kernel problem.
>

[-- Attachment #1.2: Type: text/html, Size: 1960 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Importing the Japanese Shift-JIS encoding to the kernel's locale
  2021-04-24  5:55   ` HerbalNekoTea
@ 2021-04-24  8:10     ` Bernd Petrovitsch
  0 siblings, 0 replies; 4+ messages in thread
From: Bernd Petrovitsch @ 2021-04-24  8:10 UTC (permalink / raw)
  To: HerbalNekoTea; +Cc: Valdis Klētnieks, kernelnewbies

Hi all!

On 24/04/2021 07:55, HerbalNekoTea wrote:
> Is there anyway to have something easily done about it upstream ? Would
> the license be an issue if there's any about it ? Where should i contact
> to try to see if they can include it upstream ? Thank you. Regards

Since that is a userspace issue (as Vladis already wrote), talk to your
distribution.

And top-posting is evil.
> On Sat, Apr 24, 2021 at 1:51 AM Valdis Klētnieks
> <valdis.kletnieks@vt.edu <mailto:valdis.kletnieks@vt.edu>> wrote:
[...]>     This is not a kernel problem.
Seconded.

MfG,
	Bernd
-- 
Bernd Petrovitsch                  Email : bernd@petrovitsch.priv.at
     There is NO CLOUD, just other people's computers. - FSFE
                     LUGA : http://www.luga.at

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-24  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24  5:36 Importing the Japanese Shift-JIS encoding to the kernel's locale HerbalNekoTea
2021-04-24  5:50 ` Valdis Klētnieks
2021-04-24  5:55   ` HerbalNekoTea
2021-04-24  8:10     ` Bernd Petrovitsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.