Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

unicode

  1. Claire_CJS

    %@cursive[] functions for cursive text

    ½ the fun is making fun of their kerning and lack of ligatures, but I digress. Why have the ability to tap into ? Why not? Seriously though, if you don't colorize the text, it's hard to tell where one letter ends and another begins. The kerning is SOOO bad hahahahha. But i do love me some...
  2. Alpengreis

    UTF-8 problem in TCC related to Python

    Hello I have the following test-script in Python, encoded in UTF-8: # encoding: utf-8 # Set the console codepage for this script to UTF-8 # Shouldn't be necessary through the 1st line: #encoding: utf-8 #os.system('chcp 65001') print("jö, jä, jü") print(u"jö, jä, jü") After I open the...
Back
Top