Hi,
I have a question about the htmlcb command. I am using Stata 16.
I am creating the codebook of a dataset that has variable labels and value labels in Spanish, so with different accent marks and other special characters.
I first created the standard codebook with the following syntax:
The resulting codebook includes all the desired information, but the special characters in the labels do not appear correctly. For example, the word 'cuál' appears as 'cuÃil'.
However, when creating the short version of the codebook (which includes less information), the special characters appear in the correct way:
I don't understand why this happens, but I was wondering if there is a way to combine the two versions to create a standard codebook with correct labels.
Thank you very much
Roberto
I have a question about the htmlcb command. I am using Stata 16.
I am creating the codebook of a dataset that has variable labels and value labels in Spanish, so with different accent marks and other special characters.
I first created the standard codebook with the following syntax:
Code:
htmlcb, saving(Name.html) title("Title") self replace
However, when creating the short version of the codebook (which includes less information), the special characters appear in the correct way:
Code:
htmlcb, saving(Name.html) title("Title") fast self replace
Thank you very much
Roberto
Comment