
    
8d                         d Z d ZdS )zQString compatibility.c                 v    |                      d          }t          |          dz  }|dd         dv r|dz  }|S )zP
    Tries to compute what the length of an utf16-encoded QString would be.
    utf16   N)s   s   s      )encodelen)text
utf16_textlengths      8lib/python3.11/site-packages/qtconsole/qstringhelpers.pyqstring_lengthr      sI     W%%J__!F "1"~@@@!M    N)__doc__r    r   r   <module>r      s&   
  
 
 
 
 
r   