This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Skript na prevod z 1250 na UTF8 | |
# | |
# !! pozor, pre detekciu inych kodovani pouziva BOM! Hocijake kodovanie bez BOM bude klasifikovane ako ASCII resp. 1250 a bude konvertovane na UTF8 | |
# | |
# | |
# doc, GtnServer/bin/Cfg nekonvertovat isto, ostastne skontrolovat | |
# ...existing code... | |
# ignore list je nastaveny pre GTN5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author awan < nawa (at) yahoo (dot) com > | |
* | |
*/ | |
/** | |
* Function to build SQL /Importing SQL DATA | |
* |