sparkfunX / Desktop-PickAndPlace-CHMT36VA

Tools and conversion scripts for the CHM-T36VA Desktop Pick and Place from SparkFun
GNU General Public License v3.0
66 stars 32 forks source link

UTF-8 support #38

Closed rnicolas closed 4 years ago

rnicolas commented 4 years ago

Files are automatically opened using UTF-8 and greek characters "Ω" and "μ" are converted to "Ohm" and "u" respectively. People that are not using them will not see any difference between previous version.

This pull request solves three problems: 1.- If the schematic and the spreadsheet use greek symbols, the script is unable to find any match. Opening files in UTF-8 solves that problem. 2.- UTF-8 characters are not well displayed on CHMT36VA software, changing them to "u" and "Ohm" makes them to be displayed correctly. 3.- If there's a mismatch between the schematic and the spreadsheet using in one file "μ" and in the other file "u", the script will identify the components correctly.

nseidle commented 4 years ago

Very good! Thank you.