Fix charsets.
PR: docs/93478 Submitted by: Daniel Gerzo <danger at rulez.sk> Approved by: trhodes (mentor)
This commit is contained in:
parent
320dcae4d0
commit
c1e726b467
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27170
1 changed files with 4 additions and 4 deletions
|
@ -2014,14 +2014,14 @@ sapgw00s 4800/tcp # SAP Secure Gateway 4800 + Instance-Number</programlistin
|
|||
system without any problems, though). The following locales
|
||||
are needed:</para>
|
||||
|
||||
<programlisting>de_DE.ISO-8859-1
|
||||
en_US.ISO-8859-1</programlisting>
|
||||
<programlisting>de_DE.ISO8859-1
|
||||
en_US.ISO8859-1</programlisting>
|
||||
|
||||
<para>Create the links like this:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /compat/linux/usr/share/locale</userinput>
|
||||
&prompt.root; <userinput>ln -s de_DE de_DE.ISO-8859-1</userinput>
|
||||
&prompt.root; <userinput>ln -s en_US en_US.ISO-8859-1</userinput></screen>
|
||||
&prompt.root; <userinput>ln -s de_DE de_DE.ISO8859-1</userinput>
|
||||
&prompt.root; <userinput>ln -s en_US en_US.ISO8859-1</userinput></screen>
|
||||
|
||||
<para>If they are not present, there will be some problems
|
||||
during the installation. If these are then subsequently
|
||||
|
|
Loading…
Reference in a new issue