Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use doxypypy to make documentation in Hellenic (Greek) language? #96

Open
IBilba opened this issue May 23, 2024 · 0 comments
Open

Comments

@IBilba
Copy link

IBilba commented May 23, 2024

I tried using Doxygen with the configuration for doxypypy and I have as OUTPUT_LANGUAGE = Greek. In the comment blocks, I have greek and english words, but when I see the HTML output, I get something like this for a Class I have created:

'C HotelBookingApp | ��� ����� ��� ������� �������� ��� �� ���������� ���� ��������� GUI ��� ��� ������� ��������� ��������� �����������'

and when I try to convert it into a PDF file through LaTeX, I get this error:

'There is no � in the font <font_name>'.

Is there a way to make doxypypy recognise the greek language, because in other projects that I have used Doxygen it could create the HTML output and LaTeX in greek?

A part of the code for the HotelBookingApp class:

class HotelBookingApp:
    """
    @class HotelBookingApp
    @brief Μια κλάση που παρέχει μεθόδους για τη δημιουργία μιας εφαρμογής GUI για την ανάλυση δεδομένων κρατήσεων ξενοδοχείων.

    Αυτή η κλάση παρέχει μεθόδους για την αρχικοποίηση της εφαρμογής, τη δημιουργία του μενού, τη δημιουργία των widgets και το κλείσιμο της εφαρμογής.
    """
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant