Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create language/unicode page #1142

Closed
AlexDaniel opened this issue Jan 16, 2017 · 8 comments
Closed

Create language/unicode page #1142

AlexDaniel opened this issue Jan 16, 2017 · 8 comments
Assignees
Labels
docs Documentation issue (primary issue type)

Comments

@AlexDaniel
Copy link
Member

<izmat> m: say "\c[woman facepalming]" # now that we can do this, maybe a docs.perl6.org page about emoji support would be applicable ?
<camelia> rakudo-moar 2a7c27: OUTPUT«🤦‍♀️␤»

And not just emojis, we should have a page with more information on how Perl 6 supports unicode and what features are there.

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Jan 16, 2017
@AlexDaniel
Copy link
Member Author

@samcv ? :)

@samcv
Copy link
Collaborator

samcv commented Jan 16, 2017

Yeah this would be good. I will write something up :)

What is needed to add a new docs page? Just put a Pod file into the correct folder?

@jonathanstowe
Copy link
Contributor

@samcv yes pretty much

@Altai-man
Copy link
Member

The page is created - https://docs.perl6.org/language/unicode, what features are missing there, but must be explained?

@AlexDaniel
Copy link
Member Author

Something about normalization perhaps? And some links to other unicode pages?

@samcv
Copy link
Collaborator

samcv commented Feb 12, 2017

  • Normalization
  • and something about utf8-c8,
  • and filenames are reading using utf8-c8, if you want to retain text in non-normalized form you need to spurt and slurp using :enc('utf8-c8') and such as well.

@rafaelschipiura
Copy link
Contributor

rafaelschipiura commented Sep 1, 2017

  • It would also be nice to document the utf8 type.

@AlexDaniel
Copy link
Member Author

AlexDaniel commented Sep 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

5 participants