Skip to content
Snippets Groups Projects

atSign has no unicode variant

Closed Vladislav Zavialov requested to merge wip/atsign into ghc-head

Prior to this change, atSign was defined as follows:

atSign unicode = text (if unicode then "@" else "@")

Yes, this is the same symbol '\64' and not your font playing tricks on you. Now we define:

atSign = char '@'

Both the LaTeX and the Xhtml backend are updated accordingly.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading