Discussion:
[dart-misc] Hello, can dartlang add support for chinese variable?
Zhong Guo
2016-04-02 12:53:16 UTC
Permalink
Hello, can dartlang add support for chinese variable
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-04-05 06:42:36 UTC
Permalink
You mean chinese symbols in variable names or in the value you assign to a
variable?
I don't think chines symbols in variable names is planned.
Post by Zhong Guo
Hello, can dartlang add support for chinese variable
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Gen
2016-04-05 09:26:27 UTC
Permalink
I do not think that the Dart Team will allow unicode for variable names.
https://groups.google.com/a/dartlang.org/forum/?fromgroups#!searchin/misc/unicode/misc/iVJOF6FABsM/DozbSLKTsJYJ
Post by Zhong Guo
Hello, can dartlang add support for chinese variable
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Zhong Guo
2016-04-07 08:30:00 UTC
Permalink
圚 2016幎4月5日星期二 UTC+8䞋午5:26:27Gen写道
Post by Gen
I do not think that the Dart Team will allow unicode for variable names.
https://groups.google.com/a/dartlang.org/forum/?fromgroups#!searchin/misc/unicode/misc/iVJOF6FABsM/DozbSLKTsJYJ
Post by Zhong Guo
Hello, can dartlang add support for chinese variable
Because some localized project has many word that was hard to translate to
english.

At least, I hope that the Enum offer unicode support
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-04-07 09:10:43 UTC
Permalink
Just use old-style enums http://stackoverflow.com/a/13901969/217408 and you
get full flexibility and can add all features you want.
Post by Zhong Guo
圚 2016幎4月5日星期二 UTC+8䞋午5:26:27Gen写道
Post by Gen
I do not think that the Dart Team will allow unicode for variable names.
https://groups.google.com/a/dartlang.org/forum/?fromgroups#!searchin/misc/unicode/misc/iVJOF6FABsM/DozbSLKTsJYJ
Post by Zhong Guo
Hello, can dartlang add support for chinese variable
Because some localized project has many word that was hard to translate to
english.
At least, I hope that the Enum offer unicode support
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...