pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add some more comments/thoughts to the Elixir TODO file on UTF8



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Sun Aug 13 12:27:37 2017 +0100
Changeset:	38d096e63c562daf1e980e0e104f306742ecb3ef

Modified Files:
	elixir/TODO

Log Message:
Add some more comments/thoughts to the Elixir TODO file on UTF8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=38d096e63c562daf1e980e0e104f306742ecb3ef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 elixir/TODO | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diffs:
diff --git a/elixir/TODO b/elixir/TODO
index 9e4ad60211..a0e782b53d 100644
--- a/elixir/TODO
+++ b/elixir/TODO
@@ -1,3 +1,11 @@
-We may want to pass LANG=en_US.UTF-8 as an environment variable as seeing these errors:
+Need to figure out passing LANG=en_US.UTF-8 as an environment variable as seeing these errors:
 
 ==> iex (compile)                                                                                                                                              warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell) 
+
+If I do a make outside of Pkgsrc I don't see these errors as my locale is set correctly, but I don't understand Pkgsrc's build environment. I tried setting these:
+
+MAKE_ENV += 'LC_CTYPE="en_US.UTF-8"'
+MAKE_ENV += 'LC_LANG="en_US.UTF-8"'
+MAKE_ENV += 'LC_ALL=""'
+
+But no luck.


Home | Main Index | Thread Index | Old Index