Plan 9 from Bell Labs’s /usr/web/sources/contrib/mospak/abaco-html4/abaco-charset-utf8-default.diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--- sys/src/cmd/abaco/main.c
+++ sys/src/cmd/abaco/main.c
@@ -35,7 +35,7 @@
 int	plumbwebfd;
 int	plumbsendfd ;
 char	*webmountpt = "/mnt/web";
-char	*charset = "iso-8859-1";
+char	*charset = "utf-8";
 int	mainstacksize = STACK;

 void	readpage(Column *, char *);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.