Hi folks,
I'm currently rewriting some code (because of charset issues) and I need to re-implement the translation table, which is currently a global array.
does anyone have a good idea how to do this in a proper way (i.e. without using global vars)?
thanks
I'm currently rewriting some code (because of charset issues) and I need to re-implement the translation table, which is currently a global array.
does anyone have a good idea how to do this in a proper way (i.e. without using global vars)?
thanks
Comment