## analyze_text()


Analyze text with support for unicode characters.


Usage


``` python
analyze_text(text)
```


Handles various scripts: Latin (café), Greek (αβγ), Cyrillic (Привет), CJK (数据分析).

Statistical symbols: μ (mean), σ (std dev), Σ (sum).


## Parameters


`text: str`  
Input text (any unicode).


## Returns


`dict`  
Analysis with keys: length, unique_chars, scripts.
