
    Je6                         d Z d Zy)zQString compatibility.c                 \    | j                  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      =/usr/lib/python3/dist-packages/spyder/utils/qstringhelpers.pyqstring_lengthr   
   s?     W%J_!F "1~@@!M    N)__doc__r    r   r   <module>r      s    
r   