#1
|
|||
|
|||
WorldViz and Umlauts (ä, ö, ü ...)
WorldViz doesn't support Umlauts... Pretty big shame, isn't it?
viz.choose("ä", options) results in TypeError: prompt must be a string object |
#2
|
|||
|
|||
In order to get non-ascii characters to work properly, you need to set the encoding of your script to UTF-8. Go to File -> Encoding -> UTF-8. After doing this you may need to re-enter the non-ascii characters.
|
|
|